﻿2026-06-21T09:26:09.1806064Z ##[group]Run pkill -9 -f 'yes FLOOD' || true
2026-06-21T09:26:09.1806727Z [36;1mpkill -9 -f 'yes FLOOD' || true[0m
2026-06-21T09:26:09.1807305Z [36;1mfor p in $(pgrep -x 'spt|notify-shell' || true); do[0m
2026-06-21T09:26:09.1807916Z [36;1m  exe=$(readlink -f "/proc/$p/exe" 2>/dev/null || true)[0m
2026-06-21T09:26:09.1808431Z [36;1m  case "$exe" in[0m
2026-06-21T09:26:09.1808917Z [36;1m    "$GITHUB_WORKSPACE"/*) kill -9 "$p" 2>/dev/null || true ;;[0m
2026-06-21T09:26:09.1809527Z [36;1m  esac[0m
2026-06-21T09:26:09.1809869Z [36;1mdone[0m
2026-06-21T09:26:09.1810196Z [36;1mexit 0[0m
2026-06-21T09:26:09.1826235Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T09:26:09.1827227Z env:
2026-06-21T09:26:09.1827605Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T09:26:09.1828052Z ##[endgroup]
